@charset "utf-8";
#hintergrund {
	height: 800px;
	width: 1000px;
	background-image: url(Bilder/entwurf.gif);
	z-index: 1;
	position: relative;
	margin: auto;
}
body {
	background-color: #9c9e9f;
}
#text {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	color: #6a0034;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 350px;
	width: 690px;
	left: 50px;
	top: 362px;
	position: absolute;
	z-index: 3;
	overflow: scroll;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #9c9e9f;
}
#navigation {
	height: 50px;
	width: 700px;
	left: 50px;
	top: 740px;
	position: absolute;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: 6a0034;
}
#text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9c9e9f;
	font-style: normal;
}
#text span {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #9c9e9f;
}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: 6a0034;
	font-style: normal;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: 6a0034;
}
#navigation   a {
	font-family: "Times New Roman", Times, serif;
	color: #9c9e9f;
	font-size: 22px;
	float: left;
	list-style-type: none;
	text-decoration: none;
}
#navigation   a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6a0034;
}
#text a {
	font-family: "Times New Roman", Times, serif;
	color: #9c9e9f;
	font-size: 18px;
}
#text a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6a0034;
}
#navigation li:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6a0034;
	text-decoration: none;
}
